home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / cli / LibMon.lha / Src / global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-28  |  203 b   |  12 lines

  1. #ifndef LIBMON_GLOBAL_H
  2. #define LIBMON_GLOBAL_H
  3.  
  4. /* Macros and other constants */
  5. #define REPORT        TRUE
  6. #define QUIET        FALSE
  7.  
  8. /* Global functions */
  9. void clean_exit(int RC);
  10.  
  11. #endif /* LIBMON_GLOBAL_H */
  12.